Utility.unbindTapReleaseEvent Method
Remove a click end event from the target, if device is touch-enabled, also remove handler to tap event.
Parameters
- target
-
Type: HTMLElement
The target DOM object to remove the event handler to.
- eventFunc
-
Type: Function
The event handler.